home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bandai Visual CD-ROM Previews 3
/
Bandai Visual CD-ROM Previews 3.iso
/
TWISTY_DEMO
/
START
/
00026_Script_26
< prev
next >
Wrap
Text File
|
1995-02-03
|
163b
|
9 lines
on exitFrame
global gBeforDepth
put the colorDepth into gBeforDepth
if gBeforDepth = 16 then
go to "C_00"
else
go to "COL_SET"
end if
end